add man page for version subcommand
authorPanashe M. Fundira <fundirap@gmail.com>
Tue, 26 Jul 2016 01:18:24 +0000 (21:18 -0400)
committerPanashe M. Fundira <fundirap@gmail.com>
Tue, 26 Jul 2016 01:18:24 +0000 (21:18 -0400)
src/etc/man/cargo-version.1 [new file with mode: 0644]

diff --git a/src/etc/man/cargo-version.1 b/src/etc/man/cargo-version.1
new file mode 100644 (file)
index 0000000..c78344d
--- /dev/null
@@ -0,0 +1,31 @@
+.TH "CARGO\-VERSION" "1" "May 2016" "The Rust package manager" "Cargo Manual"
+.hy
+.SH NAME
+.PP
+cargo\-version \- Show version information
+.SH SYNOPSIS
+.PP
+\f[I]cargo version\f[] [OPTIONS]
+.SH OPTIONS
+.TP
+.B \-h, \-\-help
+Print this message.
+.RS
+.RE
+.TP
+.B \-v, \-\-verbose
+Use verbose output.
+.RS
+.RE
+.TP
+.B \-\-color \f[I]WHEN\f[]
+Coloring: auto, always, never.
+.RS
+.RE
+.SH SEE ALSO
+.PP
+cargo(1)
+.SH COPYRIGHT
+.PP
+This work is dual\-licensed under Apache 2.0 and MIT terms.
+See \f[I]COPYRIGHT\f[] file in the cargo source distribution.